.pp-ul {
    list-style: initial;
    margin-left: 30px;
}

.page-title .page-title-right, .page-title .page-title-left {
    display: none;
}

.page .link-white-v2:hover {
    color: #fff;
    border-bottom: 2px #e15d36 solid;
}

.rd-navbar-sublevel-1 {
    position: absolute;
    left: 0;
    z-index: 5;
    display: block;
    margin-top: 27px;
    text-align: left;
    background: #fff;
}

.bg-gray-dark h2 {
    color: rgba(85, 85, 85, 0.7);
    font-size: 56px;
}

.bg-gray-white h2 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 56px;
}

.bg-image-2 {
    background-size: auto 100%;
}

.page .text-black-05 {
    color: #555555 !important;
}

.careers-page .block-text p {
    color: #fff;
}

.swiper-variant-1 .swiper-slide-caption {
    background: rgba(0, 0, 0, 0.25);
}

.page .text-white {
    color: #fff !important;
}

/*Form Design*/
.form-group {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 16px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .675rem .75rem;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.col-padding {
    padding: 30px 40px;
}

.form-input {
    border: 1px solid #ccc;
}

/* Media Breakpoints */

@media (min-width: 992px) {
    .swiper-variant-1 .swiper-slide-caption {
        padding: 210px 0 275px;
    }
}

@media (min-width: 1200px) {
    .bg-gray-dark h2 {
        line-height: 1.18644;
        font-size: 56px;
    }

    .jumbotron-custom > span {
        font-size: 51px;
    }
}

.custom-align-center {
	text-align: center;
}

#myModal .modal-dialog {
        top: 14%;
}

#myModal .close {
    float: right;
    position: absolute;
    right: 22px;
}

#myModal .modal-footer button:nth-child(1) {
    float: left;
    position: absolute;
    left: 11%;
}

#myModal .modal-footer button:nth-child(2) {
    float: right;
    margin-top: 0;
    margin-right: 8%;
}

#myModalLabel {
    margin: 0 auto;
}